home *** CD-ROM | disk | FTP | other *** search
- package com.sun.xml.parser;
-
- import org.xml.sax.Locator;
-
- class Parser$DocLocator implements Locator {
- // $FF: synthetic field
- private final Parser this$0;
-
- Parser$DocLocator(Parser var1) {
- this.this$0 = var1;
- }
-
- public int getColumnNumber() {
- return Parser.access$0(this.this$0) == null ? -1 : Parser.access$0(this.this$0).getColumnNumber();
- }
-
- public int getLineNumber() {
- return Parser.access$0(this.this$0) == null ? -1 : Parser.access$0(this.this$0).getLineNumber();
- }
-
- public String getPublicId() {
- return Parser.access$0(this.this$0) == null ? null : Parser.access$0(this.this$0).getPublicId();
- }
-
- public String getSystemId() {
- return Parser.access$0(this.this$0) == null ? null : Parser.access$0(this.this$0).getSystemId();
- }
- }
-